/* header */
html body .autelrobotics {
  font-family: 'autelrobotics' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body .autelrobotics > span {
  font-family: 'autelrobotics' !important;
}

header.header-white {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}

header.header-white a:hover {
  text-decoration: underline;
  color: #d4251f;
}

header.header-white .content {
  flex-grow: 1;
  max-width: 1400px;
  margin: 0 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header.header-white .content .logo {
  flex-grow: 1;
  max-width: 330px;
}

header.header-white .content .logo img {
  height: 38px;
  margin: 0;
}

header.header-white .content nav.pc {
  display: block;
  flex: 99;
  margin-left: 20px;
  max-width: 780px;
}

header.header-white .content nav.pc > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header-white .content nav.pc > ul > li {
  cursor: pointer;
  text-align: center;
}

header.header-white .content nav.pc > ul > li > a {
  position: relative;
  padding: 32px 0;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
}

header.header-white .content nav.pc > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 0;
  background-color: #e60012;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 4;
}

header.header-white .content nav.pc > ul > li > a:hover {
  text-decoration: none;
}

header.header-white .content nav.pc > ul > li .secondary-menu {
  padding-top: 15px;
  display: none;
  width: 100%;
  position: absolute;
  top: 78px;
  z-index: 2;
  left: 0;
  background-color: #fff;
  height: 349px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

header.header-white .content nav.pc > ul > li .secondary-menu .img-box {
  display: flex;
  align-items: center;
}

header.header-white .content nav.pc > ul > li .secondary-menu .box {
  padding: 20px 0px 20px 0;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  cursor: auto;
}

header.header-white .content nav.pc > ul > li .secondary-menu .box .top-tag {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 23px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .top-tag
  .tag {
  margin-right: 56px;
  font-size: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 0;
  font-weight: 600;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .top-tag
  .tag.active
  a {
  color: #d4251f;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content {
  padding-top: 34px;
  display: none;
  height: calc(100% - 48px);
  align-items: stretch;
  min-height: 270px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag {
  padding-right: 50px;
  border-right: 1px solid #ccc;
  width: 26%;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag
  li
  a {
  max-width: 315px;
  width: 100%;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: left;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag
  li
  a
  img {
  margin: 0 16px 0 0;
  width: 24px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag
  li
  a
  span {
  flex-grow: 1;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag
  li
  a:hover {
  color: #d4251f;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag
  li
  a:hover
  span {
  text-decoration: none;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .secondary-tag
  li.active {
  background-color: #f0f0f0;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .products-list {
  margin-left: 30px;
  display: none;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .products-list
  li {
  padding: 14px 16px;
  width: 315px;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  transition: background-color 0.5s;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .products-list
  li
  a {
  transition: color 0.5s;
  color: #666;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .products-list
  li:hover {
  background-color: #f0f0f0;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .products-list
  li:hover
  a {
  color: #333;
  color: #d4251f;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .products-list.active {
  display: block;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .img-box {
  margin-left: 140px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content
  .img-box
  img {
  height: 230px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .header-content.active {
  display: flex;
}

header.header-white .content nav.pc > ul > li .secondary-menu .box .pure-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 65px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .pure-list
  li {
  flex-grow: 1;
  text-align: center;
  width: 14.28%;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .pure-list
  li
  img {
  width: 80px;
}

header.header-white
  .content
  nav.pc
  > ul
  > li
  .secondary-menu
  .box
  .pure-list
  li
  p {
  margin-top: 20px;
}

@media (max-width: 1366px) {
  header.header-white .content nav.pc > ul > li .secondary-menu {
    height: 290px;
  }
  header.header-white
    .content
    nav.pc
    > ul
    > li
    .secondary-menu
    .box
    .pure-list {
    padding-top: 50px;
  }
  header.header-white
    .content
    nav.pc
    > ul
    > li
    .secondary-menu
    .box
    .pure-list
    li
    img {
    width: 65px;
  }
}

header.header-white .content nav.pc > ul > li .secondary-menu.production-menu {
  max-height: 565px;
  height: auto;
  padding-bottom: 20px;
}

header.header-white .content nav.pc > ul > li .secondary-menu.solution-menu {
  max-height: 565px;
  height: auto;
  padding-bottom: 20px;
}

header.header-white .content nav.pc > ul > li:hover > a::after,
header.header-white .content nav.pc > ul > li.active > a::after {
  width: 100%;
}

@media (max-width: 1400px) {
  header.header-white .content nav.pc > ul > li .secondary-menu .box {
    padding: 20px 30px;
  }
}

@media (max-width: 1260px) {
  header.header-white .content nav.pc > ul > li .secondary-menu {
    top: 55px;
  }
}

header.header-white .content .options {
  flex-grow: 1;
  max-width: 330px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.header-white .content .options .btn-search {
  color: #000;
  border: none;
  margin-right: 10px;
}

header.header-white .content .options .btn-search input {
  border: none;
  background-color: #fff;
  color: #000;
  width: 200px;
}

header.header-white .content .options .btn-search button {
  display: block;
  background: none;
  color: #999;
  font-size: 26px;
}

header.header-white .content .options .btn-search:hover input {
  background-color: #eee;
}

header.header-white .content .options .shop {
  background: #d4251f;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  padding: 4px 20px;
  position: relative;
  white-space: nowrap !important;
}

header.header-white .content .options .shop .box {
  position: absolute;
  background-color: transparent;
  padding-top: 8px;
  max-height: 0;
  transition: max-height 0.5s;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

header.header-white .content .options .shop .box .shop-list {
  width: 97px;
  background-color: #f3f3f3;
  border-radius: 8px;
}

header.header-white .content .options .shop .box .shop-list li {
  padding: 8px 0;
  margin: 0 8px;
}

header.header-white .content .options .shop .box .shop-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  transition: color 0.5s;
}

header.header-white .content .options .shop .box .shop-list li a img {
  margin: 0 8px 0 0;
  width: 20px;
}

header.header-white .content .options .shop .box .shop-list li a:hover {
  color: #d4251f;
}

header.header-white .content .options .shop .box .shop-list li a:hover span {
  color: #d4251f;
  text-decoration: underline;
}

header.header-white .content .options .shop .box .shop-list li:last-child {
  padding-top: 8px;
  border-top: 1px solid #ccc;
}

header.header-white .content .options .shop:hover .box {
  max-height: 80px;
}

header.header-white .content .options .mobile-box {
  margin-left: 20px;
  display: none;
}

header.header-white .tg-btn {
  width: 26px;
  height: 30px;
  position: relative;
  display: block;
  top: -5px;
}

header.header-white .tg-btn span {
  width: 26px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}

header.header-white .tg-btn span:first-child {
  top: 12px;
}

header.header-white .tg-btn span:nth-child(2) {
  top: 68%;
}

header.header-white .tg-btn span:last-child {
  bottom: 0px;
}

header.header-white .tg-btn.active span:first-child {
  transform: translate(-50%, 7px) rotate(45deg);
}

header.header-white .tg-btn.active span:nth-child(2) {
  opacity: 0;
}

header.header-white .tg-btn.active span:last-child {
  transform: translate(-50%, -3px) rotate(-45deg);
  bottom: 6px;
}

@media (max-width: 750px) {
  header.header-white {
    height: 0.8em;
    font-size: 50px;
  }
  header.header-white .content {
    justify-content: space-between;
    padding: 0 0.32em;
    margin: 0;
  }
  header.header-white .content .logo {
    margin: 0;
  }
  header.header-white .content .logo img {
    height: 0.38em;
  }
  header.header-white .content nav.pc {
    display: none;
  }
  header.header-white .content .options .btn-search {
    width: auto;
    display: block;
    margin-right: 0.45em;
    font-size: 16px;
  }
  header.header-white .content .options .btn-search input {
    display: block;
    width: 110px;
  }
  header.header-white .content .options .btn-search button {
    font-size: 24px;
  }
  header.header-white .content .options .shop {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 300;
    margin-right: 5px;
  }
  header.header-white .content .options .mobile-box {
    display: block;
  }
}

nav.mobile {
  display: none;
  position: fixed;
  top: 48px;
  left: 0;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 990;
  overflow: hidden;
}

nav.mobile .first-menu {
  min-width: 30%;
  height: 100%;
  background-color: #f1f3f5;
  padding-top: 10px;
}

nav.mobile .first-menu li {
  padding: 15px 12px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
}

nav.mobile .first-menu li.active {
  background-color: #fff;
}

nav.mobile .secondary-menu {
  flex-grow: 1;
  padding-top: 10px;
  display: none;
  padding: 10px 15px;
  height: 100%;
  overflow-y: auto;
}

nav.mobile .secondary-menu li {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
  padding: 16px;
}

nav.mobile .secondary-menu li p {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

nav.mobile .secondary-menu li p img {
  margin: 0;
}

nav.mobile .secondary-menu li p .close {
  display: none;
}

nav.mobile .secondary-menu li p .open {
  display: block;
}

nav.mobile .secondary-menu li p.active .close {
  display: block;
}

nav.mobile .secondary-menu li p.active .open {
  display: none;
}

nav.mobile .secondary-menu li ul {
  display: none;
}

nav.mobile .secondary-menu li ul.active {
  display: block;
}

nav.mobile .secondary-menu > li {
  border-bottom: 1px solid #ccc;
  padding: 18px 5px;
  padding-bottom: 0;
}

nav.mobile .secondary-menu .li-level-2 p {
  padding-bottom: 0;
}

nav.mobile .secondary-menu .li-level-2 ul li:last-child {
  padding-bottom: 0;
}

nav.mobile .secondary-menu.active {
  display: block;
}

nav.mobile.active {
  display: flex !important;
}

/* header end */

/* footer */
.page-footer {
  font-family: 'SourceHanSansCN-Regular', 'Arial', '微软雅黑', 'sans-serif',
    'microsoft yahei';
  line-height: 1;
}

.page-footer .footer-wrap {
  padding: 78px 0 32px 0;
}

@media (max-width: 765px) {
  .page-footer .footer-wrap {
    padding-top: 0;
  }
}

.page-footer a {
  transition: color 0.2s ease-in-out;
}

.page-footer a:hover {
  text-decoration: underline;
  color: #d4251f;
}

.footer-navs {
  display: flex;
  justify-content: space-between;
}

.footer-navs > li {
  color: black;
}

.footer-navs > li h3 {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer-navs {
    display: none;
  }
}

.footer-navs-sub {
  color: black;
  margin-top: 26px;
}

.footer-navs-sub > li {
  color: black;
  margin-bottom: 26px;
}

.footer-navs-sub > li.nav-item2 {
  margin-top: 60px;
}

.footer-navs-sub > li a {
  color: rgba(0, 0, 0, 0.6);
}

.footer-navs-sub > li a:hover {
  color: #db0000;
}

.subscribe-text {
  font-size: 16px;
  color: #222222;
  opacity: 0.6;
}

.sub-email .input-box {
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: auto;
  height: 40px;
  display: flex;
  flex: 1;
  position: relative;
  margin-bottom: 15px;
}

.sub-email input {
  flex: 1;
  border: none;
  font-size: 16px;
  text-indent: 16px;
  outline: none;
}

.sub-email input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.sub-email button {
  background: #9d9d9d;
  width: 38px;
  height: 100%;
  padding: 6px;
  cursor: pointer;
}

.sub-email .email-icon svg {
  width: 100%;
  height: 100%;
}

.sub-email .email-icon svg path {
  fill: #ffffff;
}

.sub-email #email-error {
  position: absolute;
  bottom: -20px;
  left: 15px;
  color: #000;
}

/* 联系方式 社媒分享 */
.footer-share {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-share .footer-contacts {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}

.footer-share .footer-contacts > img {
  display: inline;
  height: 34px;
}

.footer-share .footer-contacts .hot-line {
  margin-left: 38px;
}

.footer-share .footer-contacts .line {
  margin: 0 32px;
}

.footer-share .footer-social-shares {
  display: inline-flex;
}

.footer-share .footer-social-shares > li {
  margin-left: 24px;
  position: relative;
}

.footer-share .footer-social-shares > li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 10px;
  opacity: 0.6;
  box-sizing: border-box;
}

.footer-share .footer-social-shares > li a > svg {
  width: 100%;
  height: 100%;
}

.footer-share .footer-social-shares > li a > svg path {
  fill: #313131;
  transition: fill 0.2s ease-in-out;
}

.footer-share .footer-social-shares > li a:hover > svg path {
  fill: #db0000;
}

.footer-share .footer-social-shares > li .qr-code {
  max-height: 0;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 111px;
  height: 111px;
  position: absolute;
  overflow: hidden;
  transition: max-height 0.5s;
}

.footer-share .footer-social-shares > li:hover .qr-code {
  max-height: 111px;
}

@media screen and (max-width: 767px) {
  .footer-share {
    display: none;
  }
}

.footer-policy {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-top: 24px;
}

.footer-policy .line {
  margin: 0 32px;
}

.footer-policy .policy-links > a {
  margin-right: 32px;
  color: rgba(0, 0, 0, 0.6);
}

.footer-policy .policy-links > a:hover {
  color: #db0000;
}

@media screen and (max-width: 767px) {
  .footer-policy {
    display: none;
  }
}

.lang-select {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.lang-select .icon-lang {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.lang-select .icon-lang > svg {
  width: 100%;
  height: 100%;
}

.lang-select .icon-lang > svg path {
  fill: rgba(0, 0, 0, 0.6);
}

.lang-select .select-pop {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  padding-bottom: 28px;
  width: 100%;
}

.lang-select .lang-list {
  background-color: #dbdbdb;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  opacity: 0.8;
}

.lang-select .lang-list > li {
  padding: 10px 8px;
}

.lang-select .lang-list > li a {
  color: #333;
  transition: color 0.2s ease-in-out;
}

.lang-select .lang-list > li:hover a {
  color: #d4251f;
}

.lang-select:hover .select-pop {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .lang-select {
    display: none;
  }
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer-mobile {
    display: block;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .footer-mobile h3 {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 600;
  }
  .footer-mobile .p1 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 8px;
  }
  .footer-mobile .sub-email .input-box {
    margin-top: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 40px;
    display: flex;
    flex: 1;
    position: relative;
    margin-bottom: 15px;
  }
  .footer-mobile .sub-email input {
    flex: 1;
    border: none;
    font-size: 16px;
    text-indent: 16px;
    outline: none;
  }
  .footer-mobile .sub-email input::placeholder {
    color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
  }
  .footer-mobile .sub-email button {
    background: #9d9d9d;
    width: 38px;
    height: 100%;
    padding: 6px;
    cursor: pointer;
  }
  .footer-mobile .sub-email .email-icon svg {
    width: 100%;
    height: 100%;
  }
  .footer-mobile .sub-email .email-icon svg path {
    fill: #ffffff;
  }
  .footer-mobile .sub-email #email-error {
    position: absolute;
    bottom: -20px;
    left: 15px;
    color: #000;
  }
  .footer-mobile .line1 {
    margin: 17px 0 33px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    display: inline-block;
  }
  .footer-mobile .p2 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 34px;
  }
  .footer-mobile .policy-links a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
  }
  .footer-mobile .footer-shares-m {
    display: flex;
    justify-content: space-between;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .footer-mobile .footer-shares-m > li a {
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .footer-mobile .footer-shares-m > li a > svg {
    width: 100%;
    height: 100%;
  }
  .footer-mobile .footer-shares-m > li a > svg path {
    fill: rgba(34, 34, 34, 0.6);
  }
  .footer-mobile .p3 {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
  }
}

.footer-mobile .footerphone-menu {
  flex-wrap: wrap;
  margin-top: 25px;
  text-align: left;
  margin-bottom: 25px;
}

.footer-mobile .footerphone-menu li {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 5px 0;
  padding-bottom: 0;
  cursor: pointer;
}

.footer-mobile .footerphone-menu h3 {
  line-height: 40px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #464646;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.footer-mobile .footerphone-menu h3 a {
  font-size: 16px;
  color: #000000;
}

.footer-mobile .footerphone-menu h3 .open {
  display: block;
}

.footer-mobile .footerphone-menu h3 .close {
  display: none;
}

.footer-mobile .footerphone-menu h3.cur .open {
  display: none;
}

.footer-mobile .footerphone-menu h3.cur .close {
  display: block;
}

.footer-mobile .footerphone-menu .footer-subnav {
  margin-left: 25px;
  display: none;
  will-change: height;
}

.footer-mobile .footerphone-menu .footer-subnav a {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 25px;
}

#emailConcat .g-recaptcha {
  display: none;
}

#emailConcat.on .g-recaptcha {
  display: block;
}

.footerphone-menu-trf {
  flex-wrap: wrap;
  margin-top: 25px;
  text-align: left;
  margin-bottom: 25px;
  will-change: height;
}

.footerphone-menu-trf li {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 5px 0;
  padding-bottom: 0;
  cursor: pointer;
}

.footerphone-menu-trf h3 {
  line-height: 40px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #464646;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.footerphone-menu-trf h3 a {
  font-size: 16px;
  color: #000000;
}

.footerphone-menu-trf h3 .open {
  display: block;
}

.footerphone-menu-trf h3 .close {
  display: none;
}

.footerphone-menu-trf h3.cur .open {
  display: none;
}

.footerphone-menu-trf h3.cur .close {
  display: block;
}

.footerphone-menu-trf .footer-subnav {
  margin-left: 25px;
  overflow: hidden;
  height: 0;
}

.footerphone-menu-trf .footer-subnav a {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 25px;
}
/* footer end */

.w1280 {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1320px) {
  .w1280 {
    width: 90%;
  }
}

@media screen and (max-width: 1260px) {
  .w1280 {
    width: 90%;
  }
}


/* search */
.btn-search {
    max-width: 250px;
    height: 35px;
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
    display: block
}

.btn-search:hover .btn-input {
    background-color: #1b1b1b;
    width: 200px
}

.btn-search .btn-input {
    width: 0;
    height: 35px;
    border-radius: 17px;
    outline: none;
    border: solid 1px #000000;
    color: #fff;
    padding: 0 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all .5s;
    padding-right: 35px
}

.btn-search .btn-ssicon {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 11px;
    top: 6px;
    cursor: pointer;
    background: url(../images/in-ssicon.png)no-repeat center center;
    font-size: 0
}

.search-wrapper {
    position: absolute;
    top: 0px;
    right: 10px
}

.search-wrapper.active {
    top: 0px
}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 35px;
    background: rgba(255,255,255,0);
    border-radius: 6px;
    position: relative;
    width: 35px
}

.search-wrapper.active .input-holder {
    border-radius: 50px;
    width: 250px
}

.search-wrapper .input-holder .search-input {
    width: 190px;
    height: 35px;
    background-color: #1b1b1b;
    border-radius: 17px;
    outline: none;
    border: solid 1px #000000;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1
}

.search-wrapper .input-holder .search-icon {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 6px;
    background: #000000;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    margin-top: -35px
}

.search-wrapper .input-holder .search-icon:hover .search-input {
    opacity: 1
}

.search-wrapper.active .input-holder .search-icon {
    width: 35px;
    height: 35px;
    margin-top: 0px
}

.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(../images/in-ssicon.png)no-repeat center center
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 14px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.search-wrapper.active .close {
    top: 8px;
    right: -14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.search-wrapper .close::before,.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #FFF;
    border-radius: 2px
}

.search-wrapper .close::before {
    width: 2px;
    height: 20px;
    left: 10px;
    top: 1px
}

.search-wrapper .close::after {
    width: 20px;
    height: 2px;
    left: 1px;
    top: 10px
}

.btn-isearch,.mobile.btn-a {
    display: none
}

.btn-isearch .header-button {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    outline: none;
    width: 37px;
    height: 37px;
    background: url(../images/in-ssicon.png) #000000 no-repeat center center;
    cursor: pointer
}

#search-form {
    -moz-transition: max-height,0.5s;
    -o-transition: max-height,0.5s;
    -webkit-transition: max-height,0.5s;
    transition: max-height,0.5s;
    position: absolute;
    top: 98%;
    right: 160px;
    width: 18%;
    max-height: 0;
    overflow: hidden;
    background: #ffffff
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
    z-index: 9;
    width: 85%
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #121212;
    border: none;
    color: #fff;
    z-index: 9
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../images/in-ssicon.png) no-repeat center #000;
    border: none;
    cursor: pointer;
    z-index: 11
}

#search-form.open {
    max-height: 50px;
    border: 1px solid #121212
}
